Tue Jul 20 2021 20:04:30 GMT+0200 (Central European Summer Time)
In order to claim authorship on content or data
As a creator
I want to register a claim on the content or data hash plus some descriptive metadata

Given I'm on the home page 2s 431ms

When I click submenu option "Register" in menu "Authorship" 156ms

And I uncheck the "upload" option 141ms

And I fill the register form with title "Te Hoho Rock" and file "Te Hoho Rock.jpg" 138ms

And I wait till finished uploading 1ms

And I click the "Register" button 1s 272ms

Then I see alert with text "Registration submitted" 124ms

And I see modal with title "Manifestation Registered" 40ms

And I see modal with text "Te Hoho Rock" 38ms

After 222ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 971ms

When I click submenu option "Register" in menu "Authorship" 110ms

And I uncheck the "upload" option 113ms

And I fill the register form with title "My Te Hoho Rock" and file "Te Hoho Rock.jpg" 108ms

And I wait till finished uploading 1ms

Then The Register button is disabled 18ms

And I see validation feedback for hash input with text 'Content already registered with title "Te Hoho Rock"' 203ms

After 193ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 913ms

When I click submenu option "Register" in menu "Authorship" 141ms

And I check the "upload" option 65ms

And I fill the register form with title "Smiling Sphinx Rock" and file "Smiling Sphinx Rock.jpg" 112ms

And I wait till finished uploading 1ms

And I click the "Register" button 486ms

Then I see alert with text "Registration submitted" 86ms

And I see modal with title "Manifestation Registered" 36ms

Then I see modal with text "Smiling Sphinx Rock" 41ms

After 211ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 931ms

When I click submenu option "Register" in menu "Authorship" 117ms

And I check the "upload" option 65ms

And I fill the register form with title "My Smiling Sphinx Rock" and file "Smiling Sphinx Rock.jpg" 115ms

And I wait till finished uploading 1ms

Then The Register button is disabled 18ms

And I see validation feedback for hash input with text 'Content already registered with title "Smiling Sphinx Rock"' 584ms

After 173ms Screenshot +
                                        
                                        
                                

In order to check authorship claims on content or data
As a user
I want to search if a piece of content or data is registered using its hash

Given I'm on the home page 906ms

When I click submenu option "Search" in menu "Authorship" 128ms

And I fill the search form with content "QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 145ms

And I click the "Search" button 79ms

Then I see 1 results 47ms

And I see result number 1 with 65ms
Title Te Hoho Rock
Creator 0x6273...Ef57

After 159ms Screenshot +
                                        
                                        
                                

Given I go to the home page 42ms

When I click submenu option "Search" in menu "Authorship" 60ms

And I fill the search form with content "QmW2WQi7j6c7UgJTarActp7tDNikE4B2qXtFCfLPdsgaTQ" 84ms

And I click the "Search" button 69ms

Then I see alert with text "Content hash not found, unregistered" 48ms

After 186ms Screenshot +
                                        
                                        
                                

In order to keep track of my ownership claims
As a creator
I want to list all the claims I have made so far

Given I'm on the home page 910ms

And I click submenu option "Register" in menu "Authorship" 133ms

When I click current user account 94ms

Then I see 2 results 111ms

And I see result number 1 with 71ms
Title Te Hoho Rock
Creator 0x6273...Ef57

And I see result number 2 with 60ms
Title Smiling Sphinx Rock
Creator 0x6273...Ef57

After 189ms Screenshot +
                                        
                                        
                                

In order to know about a specific claim
As a user
I want to retrieve the details about the authorship claim using its hash

Given I'm on the home page 957ms

And I click submenu option "Search" in menu "Authorship" 98ms

And I fill the search form with content "QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 146ms

And I click the "Search" button 80ms

When I click the "Details" button 93ms

Then I see result number 1 with 115ms
Title Te Hoho Rock
Creator 0x6273...Ef57
Evidence 0

After 200ms Screenshot +
                                        
                                        
                                

When I go to "http://localhost:4200/manifestations/QmaY5GUhbc4UTFi5rzgodUhK3ARHmSkw7vGgULniYERyzv" 1s 926ms

Then I see result number 1 with 101ms
Title Te Hoho Rock
Creator 0x6273...Ef57
Evidence 0

After 184ms Screenshot +
                                        
                                        
                                

When I go to "http://localhost:4200/manifestations/UNEXISTING-CLAIM" 1s 862ms

Then I see alert with text "Manifestation not found: UNEXISTING-CLAIM" 53ms

After 177ms Screenshot +
                                        
                                        
                                

In order to know about a creator
As a reuser
I want to list all creator's claims and other public information from the creator's identity

Given I'm on the home page 938ms

When I click submenu option "Search Creator" in menu "Reuse" 152ms

And I fill the search form with content "0x627306090abaB3A6e1400e9345bC60c78a8BEf57" 142ms

And I click the "Search" button 95ms

Then I see 2 results 39ms

And I see result number 1 with 73ms
Title Te Hoho Rock
Creator 0x6273...Ef57

And I see result number 2 with 67ms
Title Smiling Sphinx Rock
Creator 0x6273...Ef57

After 180ms Screenshot +
                                        
                                        
                                

Given I'm on the home page 942ms

When I click submenu option "Search Creator" in menu "Reuse" 96ms

And I fill the search form with content "0x0123456789ABCDEF0123456789ABCDEF01234567" 140ms

And I click the "Search" button 95ms

Then I see 0 results 36ms

After 196ms Screenshot +